RegisterPresenter<P,V> Method

Summary

Registers a presenter object a specific type.

Syntax
C#
VB
C++
public static void RegisterPresenter<P, V>( 
   P presenter 
) 
  
Public Shared Sub RegisterPresenter 
    (Of P As IWorkstationPresenter(Of V), 
     V As )( _ 
   ByVal presenter As P _ 
)  
public: 
static void RegisterPresentergeneric<typename P> 
generic<typename V> 
(  
   _P^_ presenter 
)  
where P: IWorkstationPresenter<V> 
where V : class 

Parameters

presenter
The presenter object that will be registered for the provided type.

Type Parameters

P
The presenter type.

V
The UI view type.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly